logging python utf-8

56

logging python utf-8 -

logging.basicConfig(stream=open(r'my_log.log', 'w', encoding='utf-8'))

Comments

Submit
0 Comments